Html Css Color HEX #CFF208 Electric Lime

📋 copy color: '#CFF208'

red 207 ◦ green 242 ◦ blue 8

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

Shades of Electric Lime #CFF208

Tints of Electric Lime #CFF208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.75%

R = 45.3%
G = 52.95%
B = 1.75%

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

#CFF208 (or 0xCFF208) is known color: Electric Lime. HEX triplet: CF, F2 and 08. RGB value is (207,242,8). Sum of RGB (Red+Green+Blue) = 207+242+8=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 242 (94.92% from 255 or 52.95% from 457); Blue value is 8 (3.52% from 255 or 1.75% from 457); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF208 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF208 is #300DF7. Grayscale: #CDCDCD. Windows color (decimal): -3149304 or 586447. OLE color: 586447.

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

Color convert

RGB 207 242 8 -
CMYK 0.14 0 0.97 0.05
HSL 68.97º 0.94% 0.49% -
HSV(B) 68.97º 0.97% 0.95% -
XYZ 57.53 76.79 12.02 -
YUV 204.86 16.9 129.53 -
System Red Green Blue C M Y K H S L
Decimal 207 242 8 0.14 0 0.97 0.05 68.97 0.94 0.49
Hex CF F2 8 E 0 61 5 45 5E 31
Octal 317 362 10 16 0 141 5 105 136 61
Binary 11001111 11110010 1000 1110 0 1100001 101 1000101 1011110 110001

Color Harmonies of #CFF208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF208

Black with #CFF208

Text Example


Text Example

White with #CFF208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF208; }

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

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

background-color css

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

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

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

border-color css

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

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

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