Html Css Color HEX #CFF202 Electric Lime

📋 copy color: '#CFF202'

red 207 ◦ green 242 ◦ blue 2

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

Shades of Electric Lime #CFF202

Tints of Electric Lime #CFF202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.44%

R = 45.9%
G = 53.66%
B = 0.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#CFF202 (or 0xCFF202) is known color: Electric Lime. HEX triplet: CF, F2 and 02. RGB value is (207,242,2). Sum of RGB (Red+Green+Blue) = 207+242+2=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 242 (94.92% from 255 or 53.66% from 451); Blue value is 2 (1.17% from 255 or 0.44% from 451); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF202 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF202 is #300DFD. Grayscale: #CDCDCD. Windows color (decimal): -3149310 or 193231. OLE color: 193231.

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

Color convert

RGB 207 242 2 -
CMYK 0.14 0 0.99 0.05
HSL 68.75º 0.98% 0.48% -
HSV(B) 68.75º 0.99% 0.95% -
XYZ 57.5 76.77 11.85 -
YUV 204.18 13.9 130.01 -
System Red Green Blue C M Y K H S L
Decimal 207 242 2 0.14 0 0.99 0.05 68.75 0.98 0.48
Hex CF F2 2 E 0 63 5 45 62 30
Octal 317 362 2 16 0 143 5 105 142 60
Binary 11001111 11110010 10 1110 0 1100011 101 1000101 1100010 110000

Color Harmonies of #CFF202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF202

Black with #CFF202

Text Example


Text Example

White with #CFF202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF202; }

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

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

background-color css

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

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

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

border-color css

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

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

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