Html Css Color HEX #CFE002 Electric Lime

📋 copy color: '#CFE002'

red 207 ◦ green 224 ◦ blue 2

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

Shades of Electric Lime #CFE002

Tints of Electric Lime #CFE002

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.73%

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

R = 47.81%
G = 51.73%
B = 0.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#CFE002 (or 0xCFE002) is known color: Electric Lime. HEX triplet: CF, E0 and 02. RGB value is (207,224,2). Sum of RGB (Red+Green+Blue) = 207+224+2=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 224 (87.89% from 255 or 51.73% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE002 is #301FFD. Grayscale: #C2C2C2. Windows color (decimal): -3153918 or 188623. OLE color: 188623.

HSL color Cylindrical-coordinate representation of color #CFE002: hue angle of 64.59º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFE002 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 2 -
CMYK 0.08 0 0.99 0.12
HSL 64.59º 0.98% 0.44% -
HSV(B) 64.59º 0.99% 0.88% -
XYZ 52.4 66.58 10.15 -
YUV 193.61 19.87 137.55 -
System Red Green Blue C M Y K H S L
Decimal 207 224 2 0.08 0 0.99 0.12 64.59 0.98 0.44
Hex CF E0 2 8 0 63 C 41 62 2C
Octal 317 340 2 10 0 143 14 101 142 54
Binary 11001111 11100000 10 1000 0 1100011 1100 1000001 1100010 101100

Color Harmonies of #CFE002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE002

Black with #CFE002

Text Example


Text Example

White with #CFE002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE002; }

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

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

background-color css

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

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

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

border-color css

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

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

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