Html Css Color HEX #CDE40B Electric Lime

📋 copy color: '#CDE40B'

red 205 ◦ green 228 ◦ blue 11

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

Shades of Electric Lime #CDE40B

Tints of Electric Lime #CDE40B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 51.35%

 BLUE value IS 11 (4.69% from 255) = 2.48%

R = 46.17%
G = 51.35%
B = 2.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#CDE40B (or 0xCDE40B) is known color: Electric Lime. HEX triplet: CD, E4 and 0B. RGB value is (205,228,11). Sum of RGB (Red+Green+Blue) = 205+228+11=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 228 (89.45% from 255 or 51.35% from 444); Blue value is 11 (4.69% from 255 or 2.48% from 444); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE40B is #321BF4. Grayscale: #C5C5C5. Windows color (decimal): -3283957 or 779469. OLE color: 779469.

HSL color Cylindrical-coordinate representation of color #CDE40B: hue angle of 66.36º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDE40B is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 228 11 -
CMYK 0.10 0 0.95 0.11
HSL 66.36º 0.91% 0.47% -
HSV(B) 66.36º 0.95% 0.89% -
XYZ 52.98 68.49 10.74 -
YUV 196.39 23.38 134.14 -
System Red Green Blue C M Y K H S L
Decimal 205 228 11 0.10 0 0.95 0.11 66.36 0.91 0.47
Hex CD E4 B A 0 5F B 42 5B 2F
Octal 315 344 13 12 0 137 13 102 133 57
Binary 11001101 11100100 1011 1010 0 1011111 1011 1000010 1011011 101111

Color Harmonies of #CDE40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE40B

Black with #CDE40B

Text Example


Text Example

White with #CDE40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE40B; }

 p { color: rgb(205,228,11); }

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

background-color css

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

 a { background-color: rgb(205,228,11); }

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

border-color css

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

 span { border-color: rgb(205,228,11); }

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