Html Css Color HEX #CFF512 Electric Lime

📋 copy color: '#CFF512'

red 207 ◦ green 245 ◦ blue 18

#CFF512
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #CFF512

Tints of Electric Lime #CFF512

RGB

 RED value IS 207 (81.25% from 255) = 44.04%

 GREEN value IS 245 (96.09% from 255) = 52.13%

 BLUE value IS 18 (7.42% from 255) = 3.83%

R = 44.04%
G = 52.13%
B = 3.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFF512 (or 0xCFF512) is known color: Electric Lime. HEX triplet: CF, F5 and 12. RGB value is (207,245,18). Sum of RGB (Red+Green+Blue) = 207+245+18=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 245 (96.09% from 255 or 52.13% from 470); Blue value is 18 (7.42% from 255 or 3.83% from 470); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF512 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF512 is #300AED. Grayscale: #D0D0D0. Windows color (decimal): -3148526 or 1242575. OLE color: 1242575.

HSL color Cylindrical-coordinate representation of color #CFF512: hue angle of 70.04º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFF512 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 245 18 -
CMYK 0.16 0 0.93 0.04
HSL 70.04º 0.92% 0.52% -
HSV(B) 70.04º 0.93% 0.96% -
XYZ 58.49 78.61 12.66 -
YUV 207.76 20.91 127.46 -
System Red Green Blue C M Y K H S L
Decimal 207 245 18 0.16 0 0.93 0.04 70.04 0.92 0.52
Hex CF F5 12 10 0 5D 4 46 5C 34
Octal 317 365 22 20 0 135 4 106 134 64
Binary 11001111 11110101 10010 10000 0 1011101 100 1000110 1011100 110100

Color Harmonies of #CFF512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF512

Black with #CFF512

Text Example


Text Example

White with #CFF512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF512; }

 p { color: rgb(207,245,18); }

 H1.HeaderClassName
 {
   color: #CFF512;
 }
 .AnyTagClassName
 {
   color: #CFF512;
 }
</style>

background-color css

<style>
 a { background-color: #CFF512; }

 a { background-color: rgb(207,245,18); }

 div.DivClassName
 {
   background-color: #CFF512;
 }
 .BgClassName
 {
   background-color: #CFF512;
 }
</style>

border-color css

<style>
 span { border-color: #CFF512; }

 span { border-color: rgb(207,245,18); }

 td.TdClassName
 {
   border-color: #CFF512;
 }
 .TagClassName
 {
   border-color: #CFF512;
 }
</style>