Html Css Color HEX #CFFD07 Electric Lime

📋 copy color: '#CFFD07'

red 207 ◦ green 253 ◦ blue 7

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

Shades of Electric Lime #CFFD07

Tints of Electric Lime #CFFD07

RGB

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

 GREEN value IS 253 (99.22% from 255) = 54.18%

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

R = 44.33%
G = 54.18%
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

#CFFD07 (or 0xCFFD07) is known color: Electric Lime. HEX triplet: CF, FD and 07. RGB value is (207,253,7). Sum of RGB (Red+Green+Blue) = 207+253+7=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 253 (99.22% from 255 or 54.18% from 467); Blue value is 7 (3.12% from 255 or 1.50% from 467); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFD07 is #3002F8. Grayscale: #D4D4D4. Windows color (decimal): -3146489 or 523727. OLE color: 523727.

HSL color Cylindrical-coordinate representation of color #CFFD07: hue angle of 71.22º 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 #CFFD07 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 253 7 -
CMYK 0.18 0 0.97 0.01
HSL 71.22º 0.98% 0.51% -
HSV(B) 71.22º 0.97% 0.99% -
XYZ 60.9 83.53 13.11 -
YUV 211.2 12.76 125 -
System Red Green Blue C M Y K H S L
Decimal 207 253 7 0.18 0 0.97 0.01 71.22 0.98 0.51
Hex CF FD 7 12 0 61 1 47 62 33
Octal 317 375 7 22 0 141 1 107 142 63
Binary 11001111 11111101 111 10010 0 1100001 1 1000111 1100010 110011

Color Harmonies of #CFFD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFD07

Black with #CFFD07

Text Example


Text Example

White with #CFFD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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