Html Css Color HEX #CFE30E Electric Lime

📋 copy color: '#CFE30E'

red 207 ◦ green 227 ◦ blue 14

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

Shades of Electric Lime #CFE30E

Tints of Electric Lime #CFE30E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 50.67%

 BLUE value IS 14 (5.86% from 255) = 3.13%

R = 46.21%
G = 50.67%
B = 3.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#CFE30E (or 0xCFE30E) is known color: Electric Lime. HEX triplet: CF, E3 and 0E. RGB value is (207,227,14). Sum of RGB (Red+Green+Blue) = 207+227+14=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 227 (89.06% from 255 or 50.67% from 448); Blue value is 14 (5.86% from 255 or 3.12% from 448); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE30E is #301CF1. Grayscale: #C5C5C5. Windows color (decimal): -3153138 or 975823. OLE color: 975823.

HSL color Cylindrical-coordinate representation of color #CFE30E: hue angle of 65.63º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFE30E is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 227 14 -
CMYK 0.09 0 0.94 0.11
HSL 65.63º 0.88% 0.47% -
HSV(B) 65.63º 0.94% 0.89% -
XYZ 53.28 68.24 10.78 -
YUV 196.74 24.87 135.32 -
System Red Green Blue C M Y K H S L
Decimal 207 227 14 0.09 0 0.94 0.11 65.63 0.88 0.47
Hex CF E3 E 9 0 5E B 42 58 2F
Octal 317 343 16 11 0 136 13 102 130 57
Binary 11001111 11100011 1110 1001 0 1011110 1011 1000010 1011000 101111

Color Harmonies of #CFE30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE30E

Black with #CFE30E

Text Example


Text Example

White with #CFE30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE30E; }

 p { color: rgb(207,227,14); }

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

background-color css

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

 a { background-color: rgb(207,227,14); }

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

border-color css

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

 span { border-color: rgb(207,227,14); }

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