Html Css Color HEX #CDF90D Electric Lime

📋 copy color: '#CDF90D'

red 205 ◦ green 249 ◦ blue 13

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

Shades of Electric Lime #CDF90D

Tints of Electric Lime #CDF90D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.78%

R = 43.9%
G = 53.32%
B = 2.78%

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

#CDF90D (or 0xCDF90D) is known color: Electric Lime. HEX triplet: CD, F9 and 0D. RGB value is (205,249,13). Sum of RGB (Red+Green+Blue) = 205+249+13=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 249 (97.66% from 255 or 53.32% from 467); Blue value is 13 (5.47% from 255 or 2.78% from 467); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF90D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF90D is #3206F2. Grayscale: #D1D1D1. Windows color (decimal): -3278579 or 915917. OLE color: 915917.

HSL color Cylindrical-coordinate representation of color #CDF90D: hue angle of 71.19º 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 #CDF90D is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 249 13 -
CMYK 0.18 0 0.95 0.02
HSL 71.19º 0.95% 0.51% -
HSV(B) 71.19º 0.95% 0.98% -
XYZ 59.13 80.76 12.85 -
YUV 208.94 17.42 125.19 -
System Red Green Blue C M Y K H S L
Decimal 205 249 13 0.18 0 0.95 0.02 71.19 0.95 0.51
Hex CD F9 D 12 0 5F 2 47 5F 33
Octal 315 371 15 22 0 137 2 107 137 63
Binary 11001101 11111001 1101 10010 0 1011111 10 1000111 1011111 110011

Color Harmonies of #CDF90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF90D

Black with #CDF90D

Text Example


Text Example

White with #CDF90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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