Html Css Color HEX #CFE402 Electric Lime

📋 copy color: '#CFE402'

red 207 ◦ green 228 ◦ blue 2

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

Shades of Electric Lime #CFE402

Tints of Electric Lime #CFE402

RGB

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

 GREEN value IS 228 (89.45% from 255) = 52.17%

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

R = 47.37%
G = 52.17%
B = 0.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#CFE402 (or 0xCFE402) is known color: Electric Lime. HEX triplet: CF, E4 and 02. RGB value is (207,228,2). Sum of RGB (Red+Green+Blue) = 207+228+2=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 228 (89.45% from 255 or 52.17% from 437); Blue value is 2 (1.17% from 255 or 0.46% from 437); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE402 is #301BFD. Grayscale: #C4C4C4. Windows color (decimal): -3152894 or 189647. OLE color: 189647.

HSL color Cylindrical-coordinate representation of color #CFE402: hue angle of 65.58º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFE402 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 228 2 -
CMYK 0.09 0 0.99 0.11
HSL 65.58º 0.98% 0.45% -
HSV(B) 65.58º 0.99% 0.89% -
XYZ 53.49 68.76 10.51 -
YUV 195.96 18.54 135.88 -
System Red Green Blue C M Y K H S L
Decimal 207 228 2 0.09 0 0.99 0.11 65.58 0.98 0.45
Hex CF E4 2 9 0 63 B 42 62 2D
Octal 317 344 2 11 0 143 13 102 142 55
Binary 11001111 11100100 10 1001 0 1100011 1011 1000010 1100010 101101

Color Harmonies of #CFE402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE402

Black with #CFE402

Text Example


Text Example

White with #CFE402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE402; }

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

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

background-color css

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

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

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

border-color css

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

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

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