Html Css Color HEX #CBF219 Electric Lime

📋 copy color: '#CBF219'

red 203 ◦ green 242 ◦ blue 25

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

Shades of Electric Lime #CBF219

Tints of Electric Lime #CBF219

RGB

 RED value IS 203 (79.69% from 255) = 43.19%

 GREEN value IS 242 (94.92% from 255) = 51.49%

 BLUE value IS 25 (10.16% from 255) = 5.32%

R = 43.19%
G = 51.49%
B = 5.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#CBF219 (or 0xCBF219) is known color: Electric Lime. HEX triplet: CB, F2 and 19. RGB value is (203,242,25). Sum of RGB (Red+Green+Blue) = 203+242+25=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 242 (94.92% from 255 or 51.49% from 470); Blue value is 25 (10.16% from 255 or 5.32% from 470); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF219 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF219 is #340DE6. Grayscale: #CECECE. Windows color (decimal): -3411431 or 1700555. OLE color: 1700555.

HSL color Cylindrical-coordinate representation of color #CBF219: hue angle of 70.78º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBF219 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 242 25 -
CMYK 0.16 0 0.90 0.05
HSL 70.78º 0.89% 0.52% -
HSV(B) 70.78º 0.9% 0.95% -
XYZ 56.56 76.27 12.66 -
YUV 205.6 26.08 126.14 -
System Red Green Blue C M Y K H S L
Decimal 203 242 25 0.16 0 0.90 0.05 70.78 0.89 0.52
Hex CB F2 19 10 0 5A 5 47 59 34
Octal 313 362 31 20 0 132 5 107 131 64
Binary 11001011 11110010 11001 10000 0 1011010 101 1000111 1011001 110100

Color Harmonies of #CBF219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF219

Black with #CBF219

Text Example


Text Example

White with #CBF219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF219; }

 p { color: rgb(203,242,25); }

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

background-color css

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

 a { background-color: rgb(203,242,25); }

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

border-color css

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

 span { border-color: rgb(203,242,25); }

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