Html Css Color HEX #CDF90C Electric Lime

📋 copy color: '#CDF90C'

red 205 ◦ green 249 ◦ blue 12

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

Shades of Electric Lime #CDF90C

Tints of Electric Lime #CDF90C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.58%

R = 43.99%
G = 53.43%
B = 2.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#CDF90C (or 0xCDF90C) is known color: Electric Lime. HEX triplet: CD, F9 and 0C. RGB value is (205,249,12). Sum of RGB (Red+Green+Blue) = 205+249+12=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 249 (97.66% from 255 or 53.43% from 466); Blue value is 12 (5.08% from 255 or 2.58% from 466); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF90C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF90C is #3206F3. Grayscale: #D1D1D1. Windows color (decimal): -3278580 or 850381. OLE color: 850381.

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

Color convert

RGB 205 249 12 -
CMYK 0.18 0 0.95 0.02
HSL 71.14º 0.95% 0.51% -
HSV(B) 71.14º 0.95% 0.98% -
XYZ 59.12 80.76 12.82 -
YUV 208.83 16.92 125.27 -
System Red Green Blue C M Y K H S L
Decimal 205 249 12 0.18 0 0.95 0.02 71.14 0.95 0.51
Hex CD F9 C 12 0 5F 2 47 5F 33
Octal 315 371 14 22 0 137 2 107 137 63
Binary 11001101 11111001 1100 10010 0 1011111 10 1000111 1011111 110011

Color Harmonies of #CDF90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF90C

Black with #CDF90C

Text Example


Text Example

White with #CDF90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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