Html Css Color HEX #CFE30C Electric Lime

📋 copy color: '#CFE30C'

red 207 ◦ green 227 ◦ blue 12

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

Shades of Electric Lime #CFE30C

Tints of Electric Lime #CFE30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.69%

R = 46.41%
G = 50.9%
B = 2.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#CFE30C (or 0xCFE30C) is known color: Electric Lime. HEX triplet: CF, E3 and 0C. RGB value is (207,227,12). Sum of RGB (Red+Green+Blue) = 207+227+12=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 227 (89.06% from 255 or 50.90% from 446); Blue value is 12 (5.08% from 255 or 2.69% from 446); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE30C is #301CF3. Grayscale: #C5C5C5. Windows color (decimal): -3153140 or 844751. OLE color: 844751.

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

Color convert

RGB 207 227 12 -
CMYK 0.09 0 0.95 0.11
HSL 65.58º 0.9% 0.47% -
HSV(B) 65.58º 0.95% 0.89% -
XYZ 53.27 68.23 10.71 -
YUV 196.51 23.87 135.48 -
System Red Green Blue C M Y K H S L
Decimal 207 227 12 0.09 0 0.95 0.11 65.58 0.9 0.47
Hex CF E3 C 9 0 5F B 42 5A 2F
Octal 317 343 14 11 0 137 13 102 132 57
Binary 11001111 11100011 1100 1001 0 1011111 1011 1000010 1011010 101111

Color Harmonies of #CFE30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE30C

Black with #CFE30C

Text Example


Text Example

White with #CFE30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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