Html Css Color HEX #CFE30F Electric Lime

📋 copy color: '#CFE30F'

red 207 ◦ green 227 ◦ blue 15

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

Shades of Electric Lime #CFE30F

Tints of Electric Lime #CFE30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.34%

R = 46.1%
G = 50.56%
B = 3.34%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#CFE30F (or 0xCFE30F) is known color: Electric Lime. HEX triplet: CF, E3 and 0F. RGB value is (207,227,15). Sum of RGB (Red+Green+Blue) = 207+227+15=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 227 (89.06% from 255 or 50.56% from 449); Blue value is 15 (6.25% from 255 or 3.34% from 449); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE30F is #301CF0. Grayscale: #C5C5C5. Windows color (decimal): -3153137 or 1041359. OLE color: 1041359.

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

Color convert

RGB 207 227 15 -
CMYK 0.09 0 0.93 0.11
HSL 65.66º 0.88% 0.47% -
HSV(B) 65.66º 0.93% 0.89% -
XYZ 53.29 68.24 10.81 -
YUV 196.85 25.37 135.24 -
System Red Green Blue C M Y K H S L
Decimal 207 227 15 0.09 0 0.93 0.11 65.66 0.88 0.47
Hex CF E3 F 9 0 5D B 42 58 2F
Octal 317 343 17 11 0 135 13 102 130 57
Binary 11001111 11100011 1111 1001 0 1011101 1011 1000010 1011000 101111

Color Harmonies of #CFE30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE30F

Black with #CFE30F

Text Example


Text Example

White with #CFE30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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