Html Css Color HEX #CFF207 Electric Lime

📋 copy color: '#CFF207'

red 207 ◦ green 242 ◦ blue 7

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

Shades of Electric Lime #CFF207

Tints of Electric Lime #CFF207

RGB

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

 GREEN value IS 242 (94.92% from 255) = 53.07%

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

R = 45.39%
G = 53.07%
B = 1.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#CFF207 (or 0xCFF207) is known color: Electric Lime. HEX triplet: CF, F2 and 07. RGB value is (207,242,7). Sum of RGB (Red+Green+Blue) = 207+242+7=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 242 (94.92% from 255 or 53.07% from 456); Blue value is 7 (3.12% from 255 or 1.54% from 456); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF207 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF207 is #300DF8. Grayscale: #CDCDCD. Windows color (decimal): -3149305 or 520911. OLE color: 520911.

HSL color Cylindrical-coordinate representation of color #CFF207: hue angle of 68.94º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFF207 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 242 7 -
CMYK 0.14 0 0.97 0.05
HSL 68.94º 0.94% 0.49% -
HSV(B) 68.94º 0.97% 0.95% -
XYZ 57.52 76.79 11.99 -
YUV 204.75 16.4 129.61 -
System Red Green Blue C M Y K H S L
Decimal 207 242 7 0.14 0 0.97 0.05 68.94 0.94 0.49
Hex CF F2 7 E 0 61 5 45 5E 31
Octal 317 362 7 16 0 141 5 105 136 61
Binary 11001111 11110010 111 1110 0 1100001 101 1000101 1011110 110001

Color Harmonies of #CFF207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF207

Black with #CFF207

Text Example


Text Example

White with #CFF207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF207; }

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

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

background-color css

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

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

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

border-color css

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

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

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