Html Css Color HEX #CDF911 Electric Lime

📋 copy color: '#CDF911'

red 205 ◦ green 249 ◦ blue 17

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

Shades of Electric Lime #CDF911

Tints of Electric Lime #CDF911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.61%

R = 43.52%
G = 52.87%
B = 3.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#CDF911 (or 0xCDF911) is known color: Electric Lime. HEX triplet: CD, F9 and 11. RGB value is (205,249,17). Sum of RGB (Red+Green+Blue) = 205+249+17=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 249 (97.66% from 255 or 52.87% from 471); Blue value is 17 (7.03% from 255 or 3.61% from 471); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF911 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF911 is #3206EE. Grayscale: #D2D2D2. Windows color (decimal): -3278575 or 1178061. OLE color: 1178061.

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

Color convert

RGB 205 249 17 -
CMYK 0.18 0 0.93 0.02
HSL 71.38º 0.95% 0.52% -
HSV(B) 71.38º 0.93% 0.98% -
XYZ 59.15 80.77 13 -
YUV 209.4 19.42 124.86 -
System Red Green Blue C M Y K H S L
Decimal 205 249 17 0.18 0 0.93 0.02 71.38 0.95 0.52
Hex CD F9 11 12 0 5D 2 47 5F 34
Octal 315 371 21 22 0 135 2 107 137 64
Binary 11001101 11111001 10001 10010 0 1011101 10 1000111 1011111 110100

Color Harmonies of #CDF911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF911

Black with #CDF911

Text Example


Text Example

White with #CDF911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF911; }

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

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

background-color css

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

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

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

border-color css

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

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

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