Html Css Color HEX #CDF902 Electric Lime

📋 copy color: '#CDF902'

red 205 ◦ green 249 ◦ blue 2

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

Shades of Electric Lime #CDF902

Tints of Electric Lime #CDF902

RGB

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

 GREEN value IS 249 (97.66% from 255) = 54.61%

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

R = 44.96%
G = 54.61%
B = 0.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#CDF902 (or 0xCDF902) is known color: Electric Lime. HEX triplet: CD, F9 and 02. RGB value is (205,249,2). Sum of RGB (Red+Green+Blue) = 205+249+2=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 249 (97.66% from 255 or 54.61% from 456); Blue value is 2 (1.17% from 255 or 0.44% from 456); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF902 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF902 is #3206FD. Grayscale: #D0D0D0. Windows color (decimal): -3278590 or 195021. OLE color: 195021.

HSL color Cylindrical-coordinate representation of color #CDF902: hue angle of 70.69º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CDF902 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 249 2 -
CMYK 0.18 0 0.99 0.02
HSL 70.69º 0.98% 0.49% -
HSV(B) 70.69º 0.99% 0.98% -
XYZ 59.06 80.73 12.53 -
YUV 207.69 11.92 126.08 -
System Red Green Blue C M Y K H S L
Decimal 205 249 2 0.18 0 0.99 0.02 70.69 0.98 0.49
Hex CD F9 2 12 0 63 2 47 62 31
Octal 315 371 2 22 0 143 2 107 142 61
Binary 11001101 11111001 10 10010 0 1100011 10 1000111 1100010 110001

Color Harmonies of #CDF902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF902

Black with #CDF902

Text Example


Text Example

White with #CDF902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF902; }

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

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

background-color css

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

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

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

border-color css

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

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

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