Html Css Color HEX #CADF02 Electric Lime

📋 copy color: '#CADF02'

red 202 ◦ green 223 ◦ blue 2

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

Shades of Electric Lime #CADF02

Tints of Electric Lime #CADF02

RGB

 RED value IS 202 (79.3% from 255) = 47.31%

 GREEN value IS 223 (87.5% from 255) = 52.22%

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

R = 47.31%
G = 52.22%
B = 0.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#CADF02 (or 0xCADF02) is known color: Electric Lime. HEX triplet: CA, DF and 02. RGB value is (202,223,2). Sum of RGB (Red+Green+Blue) = 202+223+2=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 223 (87.5% from 255 or 52.22% from 427); Blue value is 2 (1.17% from 255 or 0.47% from 427); Max value from RGB is 223 - color contains mainly: green. Hex color #CADF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CADF02 is #3520FD. Grayscale: #C0C0C0. Windows color (decimal): -3481854 or 188362. OLE color: 188362.

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

Color convert

RGB 202 223 2 -
CMYK 0.09 0 0.99 0.13
HSL 65.7º 0.98% 0.44% -
HSV(B) 65.7º 0.99% 0.87% -
XYZ 50.76 65.34 9.99 -
YUV 191.53 21.04 135.47 -
System Red Green Blue C M Y K H S L
Decimal 202 223 2 0.09 0 0.99 0.13 65.7 0.98 0.44
Hex CA DF 2 9 0 63 D 42 62 2C
Octal 312 337 2 11 0 143 15 102 142 54
Binary 11001010 11011111 10 1001 0 1100011 1101 1000010 1100010 101100

Color Harmonies of #CADF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADF02

Black with #CADF02

Text Example


Text Example

White with #CADF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADF02; }

 p { color: rgb(202,223,2); }

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

background-color css

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

 a { background-color: rgb(202,223,2); }

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

border-color css

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

 span { border-color: rgb(202,223,2); }

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