Html Css Color HEX #CFE812 Electric Lime

📋 copy color: '#CFE812'

red 207 ◦ green 232 ◦ blue 18

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

Shades of Electric Lime #CFE812

Tints of Electric Lime #CFE812

RGB

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

 GREEN value IS 232 (91.02% from 255) = 50.77%

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

R = 45.3%
G = 50.77%
B = 3.94%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#CFE812 (or 0xCFE812) is known color: Electric Lime. HEX triplet: CF, E8 and 12. RGB value is (207,232,18). Sum of RGB (Red+Green+Blue) = 207+232+18=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 232 (91.02% from 255 or 50.77% from 457); Blue value is 18 (7.42% from 255 or 3.94% from 457); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE812 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFE812 is #3017ED. Grayscale: #C8C8C8. Windows color (decimal): -3151854 or 1239247. OLE color: 1239247.

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

Color convert

RGB 207 232 18 -
CMYK 0.11 0 0.92 0.09
HSL 67.01º 0.86% 0.49% -
HSV(B) 67.01º 0.92% 0.91% -
XYZ 54.7 71.02 11.4 -
YUV 200.13 25.22 132.9 -
System Red Green Blue C M Y K H S L
Decimal 207 232 18 0.11 0 0.92 0.09 67.01 0.86 0.49
Hex CF E8 12 B 0 5C 9 43 56 31
Octal 317 350 22 13 0 134 11 103 126 61
Binary 11001111 11101000 10010 1011 0 1011100 1001 1000011 1010110 110001

Color Harmonies of #CFE812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE812

Black with #CFE812

Text Example


Text Example

White with #CFE812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE812; }

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

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

background-color css

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

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

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

border-color css

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

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

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