Html Css Color HEX #CFED14 Electric Lime

📋 copy color: '#CFED14'

red 207 ◦ green 237 ◦ blue 20

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

Shades of Electric Lime #CFED14

Tints of Electric Lime #CFED14

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.08%

 BLUE value IS 20 (8.2% from 255) = 4.31%

R = 44.61%
G = 51.08%
B = 4.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#CFED14 (or 0xCFED14) is known color: Electric Lime. HEX triplet: CF, ED and 14. RGB value is (207,237,20). Sum of RGB (Red+Green+Blue) = 207+237+20=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 237 (92.97% from 255 or 51.08% from 464); Blue value is 20 (8.20% from 255 or 4.31% from 464); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFED14 is #3012EB. Grayscale: #CCCCCC. Windows color (decimal): -3150572 or 1371599. OLE color: 1371599.

HSL color Cylindrical-coordinate representation of color #CFED14: hue angle of 68.29º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFED14 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 237 20 -
CMYK 0.13 0 0.92 0.07
HSL 68.29º 0.86% 0.5% -
HSV(B) 68.29º 0.92% 0.93% -
XYZ 56.14 73.88 11.96 -
YUV 203.29 24.56 130.64 -
System Red Green Blue C M Y K H S L
Decimal 207 237 20 0.13 0 0.92 0.07 68.29 0.86 0.5
Hex CF ED 14 D 0 5C 7 44 56 32
Octal 317 355 24 15 0 134 7 104 126 62
Binary 11001111 11101101 10100 1101 0 1011100 111 1000100 1010110 110010

Color Harmonies of #CFED14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFED14

Black with #CFED14

Text Example


Text Example

White with #CFED14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFED14; }

 p { color: rgb(207,237,20); }

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

background-color css

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

 a { background-color: rgb(207,237,20); }

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

border-color css

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

 span { border-color: rgb(207,237,20); }

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