Html Css Color HEX #CFE60A Electric Lime

📋 copy color: '#CFE60A'

red 207 ◦ green 230 ◦ blue 10

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

Shades of Electric Lime #CFE60A

Tints of Electric Lime #CFE60A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 51.45%

 BLUE value IS 10 (4.3% from 255) = 2.24%

R = 46.31%
G = 51.45%
B = 2.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#CFE60A (or 0xCFE60A) is known color: Electric Lime. HEX triplet: CF, E6 and 0A. RGB value is (207,230,10). Sum of RGB (Red+Green+Blue) = 207+230+10=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 230 (90.23% from 255 or 51.45% from 447); Blue value is 10 (4.30% from 255 or 2.24% from 447); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE60A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFE60A is #3019F5. Grayscale: #C6C6C6. Windows color (decimal): -3152374 or 714447. OLE color: 714447.

HSL color Cylindrical-coordinate representation of color #CFE60A: hue angle of 66.27º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFE60A is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 230 10 -
CMYK 0.10 0 0.96 0.10
HSL 66.27º 0.92% 0.47% -
HSV(B) 66.27º 0.96% 0.9% -
XYZ 54.08 69.88 10.93 -
YUV 198.04 21.88 134.39 -
System Red Green Blue C M Y K H S L
Decimal 207 230 10 0.10 0 0.96 0.10 66.27 0.92 0.47
Hex CF E6 A A 0 60 A 42 5C 2F
Octal 317 346 12 12 0 140 12 102 134 57
Binary 11001111 11100110 1010 1010 0 1100000 1010 1000010 1011100 101111

Color Harmonies of #CFE60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE60A

Black with #CFE60A

Text Example


Text Example

White with #CFE60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE60A; }

 p { color: rgb(207,230,10); }

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

background-color css

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

 a { background-color: rgb(207,230,10); }

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

border-color css

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

 span { border-color: rgb(207,230,10); }

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