Html Css Color HEX #CFEA12 Electric Lime

📋 copy color: '#CFEA12'

red 207 ◦ green 234 ◦ blue 18

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

Shades of Electric Lime #CFEA12

Tints of Electric Lime #CFEA12

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.98%

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

R = 45.1%
G = 50.98%
B = 3.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#CFEA12 (or 0xCFEA12) is known color: Electric Lime. HEX triplet: CF, EA and 12. RGB value is (207,234,18). Sum of RGB (Red+Green+Blue) = 207+234+18=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 234 (91.80% from 255 or 50.98% from 459); Blue value is 18 (7.42% from 255 or 3.92% from 459); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEA12 is #3015ED. Grayscale: #CACACA. Windows color (decimal): -3151342 or 1239759. OLE color: 1239759.

HSL color Cylindrical-coordinate representation of color #CFEA12: hue angle of 67.5º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFEA12 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 234 18 -
CMYK 0.12 0 0.92 0.08
HSL 67.5º 0.86% 0.49% -
HSV(B) 67.5º 0.92% 0.92% -
XYZ 55.26 72.15 11.59 -
YUV 201.3 24.55 132.06 -
System Red Green Blue C M Y K H S L
Decimal 207 234 18 0.12 0 0.92 0.08 67.5 0.86 0.49
Hex CF EA 12 C 0 5C 8 44 56 31
Octal 317 352 22 14 0 134 10 104 126 61
Binary 11001111 11101010 10010 1100 0 1011100 1000 1000100 1010110 110001

Color Harmonies of #CFEA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEA12

Black with #CFEA12

Text Example


Text Example

White with #CFEA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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