Html Css Color HEX #CDF302 Electric Lime

📋 copy color: '#CDF302'

red 205 ◦ green 243 ◦ blue 2

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

Shades of Electric Lime #CDF302

Tints of Electric Lime #CDF302

RGB

 RED value IS 205 (80.47% from 255) = 45.56%

 GREEN value IS 243 (95.31% from 255) = 54%

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

R = 45.56%
G = 54%
B = 0.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#CDF302 (or 0xCDF302) is known color: Electric Lime. HEX triplet: CD, F3 and 02. RGB value is (205,243,2). Sum of RGB (Red+Green+Blue) = 205+243+2=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 243 (95.31% from 255 or 54% from 450); Blue value is 2 (1.17% from 255 or 0.44% from 450); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF302 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF302 is #320CFD. Grayscale: #CDCDCD. Windows color (decimal): -3280126 or 193485. OLE color: 193485.

HSL color Cylindrical-coordinate representation of color #CDF302: hue angle of 69.46º 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 #CDF302 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 243 2 -
CMYK 0.16 0 0.99 0.05
HSL 69.46º 0.98% 0.48% -
HSV(B) 69.46º 0.99% 0.95% -
XYZ 57.24 77.08 11.92 -
YUV 204.16 13.91 128.6 -
System Red Green Blue C M Y K H S L
Decimal 205 243 2 0.16 0 0.99 0.05 69.46 0.98 0.48
Hex CD F3 2 10 0 63 5 45 62 30
Octal 315 363 2 20 0 143 5 105 142 60
Binary 11001101 11110011 10 10000 0 1100011 101 1000101 1100010 110000

Color Harmonies of #CDF302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF302

Black with #CDF302

Text Example


Text Example

White with #CDF302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF302; }

 p { color: rgb(205,243,2); }

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

background-color css

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

 a { background-color: rgb(205,243,2); }

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

border-color css

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

 span { border-color: rgb(205,243,2); }

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