Html Css Color HEX #CFEB14 Electric Lime

📋 copy color: '#CFEB14'

red 207 ◦ green 235 ◦ blue 20

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

Shades of Electric Lime #CFEB14

Tints of Electric Lime #CFEB14

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.87%

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

R = 44.81%
G = 50.87%
B = 4.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#CFEB14 (or 0xCFEB14) is known color: Electric Lime. HEX triplet: CF, EB and 14. RGB value is (207,235,20). Sum of RGB (Red+Green+Blue) = 207+235+20=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 235 (92.19% from 255 or 50.87% from 462); Blue value is 20 (8.20% from 255 or 4.33% from 462); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEB14 is #3014EB. Grayscale: #CACACA. Windows color (decimal): -3151084 or 1371087. OLE color: 1371087.

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

Color convert

RGB 207 235 20 -
CMYK 0.12 0 0.91 0.08
HSL 67.81º 0.84% 0.5% -
HSV(B) 67.81º 0.91% 0.92% -
XYZ 55.57 72.73 11.77 -
YUV 202.12 25.22 131.48 -
System Red Green Blue C M Y K H S L
Decimal 207 235 20 0.12 0 0.91 0.08 67.81 0.84 0.5
Hex CF EB 14 C 0 5B 8 44 54 32
Octal 317 353 24 14 0 133 10 104 124 62
Binary 11001111 11101011 10100 1100 0 1011011 1000 1000100 1010100 110010

Color Harmonies of #CFEB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEB14

Black with #CFEB14

Text Example


Text Example

White with #CFEB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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