Html Css Color HEX #CFF502 Electric Lime

📋 copy color: '#CFF502'

red 207 ◦ green 245 ◦ blue 2

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

Shades of Electric Lime #CFF502

Tints of Electric Lime #CFF502

RGB

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

 GREEN value IS 245 (96.09% from 255) = 53.96%

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

R = 45.59%
G = 53.96%
B = 0.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#CFF502 (or 0xCFF502) is known color: Electric Lime. HEX triplet: CF, F5 and 02. RGB value is (207,245,2). Sum of RGB (Red+Green+Blue) = 207+245+2=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 245 (96.09% from 255 or 53.96% from 454); Blue value is 2 (1.17% from 255 or 0.44% from 454); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF502 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF502 is #300AFD. Grayscale: #CECECE. Windows color (decimal): -3148542 or 193999. OLE color: 193999.

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

Color convert

RGB 207 245 2 -
CMYK 0.16 0 0.99 0.04
HSL 69.38º 0.98% 0.48% -
HSV(B) 69.38º 0.99% 0.96% -
XYZ 58.4 78.57 12.15 -
YUV 205.94 12.91 128.76 -
System Red Green Blue C M Y K H S L
Decimal 207 245 2 0.16 0 0.99 0.04 69.38 0.98 0.48
Hex CF F5 2 10 0 63 4 45 62 30
Octal 317 365 2 20 0 143 4 105 142 60
Binary 11001111 11110101 10 10000 0 1100011 100 1000101 1100010 110000

Color Harmonies of #CFF502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF502

Black with #CFF502

Text Example


Text Example

White with #CFF502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF502; }

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

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

background-color css

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

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

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

border-color css

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

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

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