Html Css Color HEX #CFFC07 Electric Lime

📋 copy color: '#CFFC07'

red 207 ◦ green 252 ◦ blue 7

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

Shades of Electric Lime #CFFC07

Tints of Electric Lime #CFFC07

RGB

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

 GREEN value IS 252 (98.83% from 255) = 54.08%

 BLUE value IS 7 (3.13% from 255) = 1.5%

R = 44.42%
G = 54.08%
B = 1.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#CFFC07 (or 0xCFFC07) is known color: Electric Lime. HEX triplet: CF, FC and 07. RGB value is (207,252,7). Sum of RGB (Red+Green+Blue) = 207+252+7=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 252 (98.83% from 255 or 54.08% from 466); Blue value is 7 (3.12% from 255 or 1.50% from 466); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFC07 is #3003F8. Grayscale: #D3D3D3. Windows color (decimal): -3146745 or 523471. OLE color: 523471.

HSL color Cylindrical-coordinate representation of color #CFFC07: hue angle of 71.02º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFFC07 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 252 7 -
CMYK 0.18 0 0.97 0.01
HSL 71.02º 0.98% 0.51% -
HSV(B) 71.02º 0.97% 0.99% -
XYZ 60.58 82.9 13.01 -
YUV 210.62 13.09 125.42 -
System Red Green Blue C M Y K H S L
Decimal 207 252 7 0.18 0 0.97 0.01 71.02 0.98 0.51
Hex CF FC 7 12 0 61 1 47 62 33
Octal 317 374 7 22 0 141 1 107 142 63
Binary 11001111 11111100 111 10010 0 1100001 1 1000111 1100010 110011

Color Harmonies of #CFFC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFC07

Black with #CFFC07

Text Example


Text Example

White with #CFFC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFC07; }

 p { color: rgb(207,252,7); }

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

background-color css

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

 a { background-color: rgb(207,252,7); }

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

border-color css

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

 span { border-color: rgb(207,252,7); }

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